unordered list replace bullet by image according to level, if last level text as link
Updated: 2010-01-31 16:19:23
Good day to you all,
I was wondering if there is a way to change the the look of wach level of a list.
Ex:
Last level, text = link
1st level, has 1 image instead of bullet and text in bold
2nd level as another image as bullet and text in bold
3rd level, if not last level, as...

On occasion, I’m sure you’ve found yourself in a position where you need to find an item inside of an array. PHP offers a very simple method to do just that. The array_search function lets you search for the item and then tells you what the index for that item is. This function works with [...]
Related posts:Some Handy Array Functions in PHP
Adding/Replacing Elements Inside a PHP Array
Adding and Removing Items in PHP Arrays